[Xend] Add a --force option to detach operations.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 14 Dec 2006 10:17:37 +0000 (10:17 +0000)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 14 Dec 2006 10:17:37 +0000 (10:17 +0000)
commit70efc627d23e23df976281c49b630d5cc5f4ed84
treeaea9226ef6c850ce348445068e8bffc987205c00
parent2267ec4e4a708f61187b2d526c6b898fa3725bfc
[Xend] Add a --force option to detach operations.

In some situations triggered by errors found on guest side,
the device will be held forever, due to the online flag being still
on. Detach operations mostly fails from this point on, as the backend
will not see frontend's state change anymore.

Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com>
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xend/server/DevController.py
tools/python/xen/xend/server/blkif.py
tools/python/xen/xm/main.py